From: Richard M. Stallman Date: Tue, 12 Apr 1994 01:33:57 +0000 (+0000) Subject: (main): Fix typo in prev. change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92248 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a9260219432fe1d1b7baf6b0cece9d7245b5f034;p=emacs.git (main): Fix typo in prev. change. --- diff --git a/src/emacs.c b/src/emacs.c index 9d06f901360..42d11f87564 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -474,7 +474,7 @@ main (argc, argv, envp) #endif /* PRIO_PROCESS */ #ifdef EXTRA_INITIALIZE - EXTRA_INITIALIZE (); + EXTRA_INITIALIZE; #endif inhibit_window_system = 0;